home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / LOGIN._Q_ < prev    next >
Text File  |  1996-03-16  |  301b  |  14 lines

  1. #
  2. # Microsoft Quick C makefile for HOST.C ( small model )
  3. #
  4. .c.obj:
  5.      qcl /AS /c $*.c
  6.  
  7. host.obj: host.c pcl4c.h
  8.  
  9. session.obj: session.c session.h
  10.  
  11. modem_io.obj: modem_io.c
  12.  
  13. host.exe: host.obj session.obj modem_io.obj pcl4c_s.lib
  14.      link/map host+session+modem_io,host,,pcl4c_s.lib;